.c_foot{ background:#fff;}
.c_foot .fc1 a:link {  
	font-size: 12px;
	color: #698496;
	text-decoration: none;
}
.c_foot .fc1 a:visited {
	font-size: 12px;
	color: #698496;
	text-decoration: none;
}
.c_foot .fc1 a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.c_foot .fc2 a:link { 
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.c_foot .fc2 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.c_foot .fc2 a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.c_foot .fc1{ 
	padding:10px 0; 
	font-size: 11px;
	color: #999999;
	text-align:center;
}
.c_foot .fc3{ 
	padding:3px 0; 
    font-size: 12px;
	color: #666666;
	text-align:center;
}
.c_foot .fc2,.c_foot .fc4{ 
	padding:3px 0; 
  text-align:center;
}
#foot .fc4{
	flex-direction: row;
	justify-content: center;
}
.replay {
  width: 105px;
  position: fixed;
  bottom: 10px;
  right: 30px;
	display:none;
}
@media (max-width: 768px){
	.replay {
	  width: 65px;
	  position: fixed;
	  bottom: 10px;
	  right: 30px;
		display:none;
	}
	#foot .fc4{
		display: none;
	}
}